﻿2026-08-01T09:39:40.0949399Z ##[group]Run actions/checkout@v5
2026-08-01T09:39:40.0949936Z with:
2026-08-01T09:39:40.0950295Z   fetch-depth: 0
2026-08-01T09:39:40.0950700Z   repository: BigscreenVR/spt-bs-core
2026-08-01T09:39:40.0953845Z   token: ***
2026-08-01T09:39:40.0954220Z   ssh-strict: true
2026-08-01T09:39:40.0954593Z   ssh-user: git
2026-08-01T09:39:40.0954969Z   persist-credentials: true
2026-08-01T09:39:40.0955380Z   clean: true
2026-08-01T09:39:40.0955758Z   sparse-checkout-cone-mode: true
2026-08-01T09:39:40.0956176Z   fetch-tags: false
2026-08-01T09:39:40.0956548Z   show-progress: true
2026-08-01T09:39:40.0956914Z   lfs: false
2026-08-01T09:39:40.0957264Z   submodules: false
2026-08-01T09:39:40.0957671Z   set-safe-directory: true
2026-08-01T09:39:40.0958118Z   allow-unsafe-pr-checkout: false
2026-08-01T09:39:40.0958562Z ##[endgroup]
2026-08-01T09:39:40.1714990Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-01T09:39:40.1716936Z ##[group]Getting Git version info
2026-08-01T09:39:40.1717923Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-01T09:39:40.1719073Z [command]/usr/bin/git version
2026-08-01T09:39:40.1719551Z git version 2.43.0
2026-08-01T09:39:40.1748849Z ##[endgroup]
2026-08-01T09:39:40.1753790Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/41c7678e-217a-4a51-b2e8-cdb682ac872a/.gitconfig'
2026-08-01T09:39:40.1755708Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/41c7678e-217a-4a51-b2e8-cdb682ac872a' before making global git config changes
2026-08-01T09:39:40.1757292Z Adding repository directory to the temporary git global config as a safe directory
2026-08-01T09:39:40.1758662Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-01T09:39:40.1789841Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-01T09:39:40.1810609Z https://github.com/BigscreenVR/spt-bs-core
2026-08-01T09:39:40.1821036Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-01T09:39:40.1823588Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-01T09:39:40.1841562Z refs/heads/golden/handrail
2026-08-01T09:39:40.1847578Z [command]/usr/bin/git checkout --detach
2026-08-01T09:39:40.1900955Z HEAD is now at 68e50a906 release: v0.50.0 — HANDRAIL (releases#69)
2026-08-01T09:39:40.1935603Z [command]/usr/bin/git branch --delete --force golden/handrail
2026-08-01T09:39:40.1961990Z Deleted branch golden/handrail (was 68e50a906).
2026-08-01T09:39:40.2058064Z ##[endgroup]
2026-08-01T09:39:40.2061623Z [command]/usr/bin/git submodule status
2026-08-01T09:39:40.2251696Z ##[group]Cleaning the repository
2026-08-01T09:39:40.2254902Z [command]/usr/bin/git clean -ffdx
2026-08-01T09:39:40.2287402Z Removing traceable-reqs
2026-08-01T09:39:40.2295039Z [command]/usr/bin/git reset --hard HEAD
2026-08-01T09:39:40.2355675Z HEAD is now at 68e50a906 release: v0.50.0 — HANDRAIL (releases#69)
2026-08-01T09:39:40.2361399Z ##[endgroup]
2026-08-01T09:39:40.2362702Z ##[group]Disabling automatic garbage collection
2026-08-01T09:39:40.2365535Z [command]/usr/bin/git config --local gc.auto 0
2026-08-01T09:39:40.2390146Z ##[endgroup]
2026-08-01T09:39:40.2390949Z ##[group]Setting up auth
2026-08-01T09:39:40.2395080Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-01T09:39:40.2421307Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-01T09:39:40.2605786Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-01T09:39:40.2632329Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-01T09:39:40.2814188Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-01T09:39:40.2845607Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-01T09:39:40.3057035Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-01T09:39:40.3090829Z ##[endgroup]
2026-08-01T09:39:40.3091701Z ##[group]Fetching the repository
2026-08-01T09:39:40.3097563Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-08-01T09:39:41.4089988Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-01T09:39:41.4091796Z  * [new branch]          build/handrail-w1-guard -> origin/build/handrail-w1-guard
2026-08-01T09:39:41.4093916Z  * [new branch]          build/handrail-w2-trust-cadence -> origin/build/handrail-w2-trust-cadence
2026-08-01T09:39:41.4096057Z  * [new branch]          build/handrail-w3-cli-honesty -> origin/build/handrail-w3-cli-honesty
2026-08-01T09:39:41.4097952Z  * [new branch]          build/handrail-w4-fork-surface -> origin/build/handrail-w4-fork-surface
2026-08-01T09:39:41.4100305Z  * [new branch]          spec/sealed-code-grill  -> origin/spec/sealed-code-grill
2026-08-01T09:39:41.4167290Z [command]/usr/bin/git branch --list --remote origin/golden/handrail
2026-08-01T09:39:41.4220486Z   origin/golden/handrail
2026-08-01T09:39:41.4227212Z [command]/usr/bin/git rev-parse refs/remotes/origin/golden/handrail
2026-08-01T09:39:41.4247237Z 68e50a90602578669b8ee5db9be5332bd49ecadf
2026-08-01T09:39:41.4251658Z ##[endgroup]
2026-08-01T09:39:41.4252971Z ##[group]Determining the checkout info
2026-08-01T09:39:41.4254764Z ##[endgroup]
2026-08-01T09:39:41.4255840Z [command]/usr/bin/git sparse-checkout disable
2026-08-01T09:39:41.4290735Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-01T09:39:41.4314889Z ##[group]Checking out the ref
2026-08-01T09:39:41.4316876Z [command]/usr/bin/git checkout --progress --force -B golden/handrail refs/remotes/origin/golden/handrail
2026-08-01T09:39:41.4376929Z Switched to a new branch 'golden/handrail'
2026-08-01T09:39:41.4382261Z branch 'golden/handrail' set up to track 'origin/golden/handrail'.
2026-08-01T09:39:41.4385943Z ##[endgroup]
2026-08-01T09:39:41.4418239Z [command]/usr/bin/git log -1 --format=%H
2026-08-01T09:39:41.4443430Z 68e50a90602578669b8ee5db9be5332bd49ecadf
